home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CKIT210.ARJ / TCDEMO.BAT < prev    next >
DOS Batch File  |  1991-12-22  |  535b  |  14 lines

  1. REM SAMPLE BATCH file for making CKITDEMO using TURBOC
  2. REM Assuming your path are set to your compiler exe and lib files
  3. REM such as:
  4. REM             PATH=C:\TC\BIN;C:\TC;
  5. REM             INCLUDE=C:\TC\INCLUDE
  6. REM             LIB=C:\TC\LIB
  7. REM Need to define which compiler for CKITDEMO to compile correctly
  8. REM COMPILER = TURBOC
  9. REM This is only necassary when compiling the CKITDEMO.C program
  10. REM since it was designed to be compiled with MSC or TURBO C.
  11. REM (the -DCOMPILER switch in ckitdemo.mak)
  12.  
  13. make -fckitdemo.mak
  14.